projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
723bbce
)
(whitespace-char-valid-p): Use characterp rather than char-valid-p.
author
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2008 04:17:54 +0000
(
04:17
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2008 04:17:54 +0000
(
04:17
+0000)
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index 77ced4e09170242a9b31d1419beeac0edc0f6d98..9f11172ad63b9f80b16e46cf34cc0a113c191d66 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-1686,7
+1686,7
@@
options are valid."
(defsubst whitespace-char-valid-p (char)
;; This check should be improved!!!
(or (< char 256)
- (char
-valid-
p char)))
+ (char
acter
p char)))
(defun whitespace-display-vector-p (vec)